.index-hot-courier-page .list .item:last-child .item-box .text-box .title { width: 100% !important; }

#header .header-pc .header-wrap .nav dd.nav-open .ovs .list-nav a { display: flex; align-items: center;  gap: 5px; }
#header .m_header_box .header_body .menu_nav ul li ul li a {  display: flex; align-items: center; }
.hot { font-size: 12px;   display: inline-flex; align-items: center; justify-content: center; padding: 4px 5px; line-height: 1;  border-radius: 4px; 
    background-color: #dd17171c; border-radius: 0.0.08rem 0 0.08rem 0; color: #dd1717; font-style: unset; } 
.hots { font-size: 12px;   display: inline-flex; align-items: center; justify-content: center; padding: 4px 5px; line-height: 1;  border-radius: 4px; 
    background-color: #dd17171c; border-radius: 0.0.08rem 0 0.08rem 0; color: #dd1717; font-style: unset; }



.index-case-page .swiper-main,.index-case-page .page-title { opacity: 1 !important; visibility: visible !important; transform: unset !important; }

.products2-page .page-down .list .item .item-box .public-img-main { height: auto; }
.products2-page .page-down .list .item .item-box .public-img-main .img img, .products2-page .page-down .list .item .item-box .public-img-main .public-img img { max-height: 100%; }



/* ------------------------------------------------------------------- 图片弹窗 */
.popup_img {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images {
  max-width: 80%;
  min-width: 50%;
  max-height: 80vh;
  width: auto;
  height: 100%;
  position: relative;
  background: #eaeaea;
  z-index: 1;
  border-radius: 0.2rem;
}
.popup_img .images .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.popup_img .images .img img {
  width: auto;
  height: auto;
}
.popup_img .images .icon {
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateX(50%) translateY(-50%);
}
.popup_img .images .icon i {
  width: 0;
  height: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_img .images .icon i::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.popup_img .images .icon i::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}
.popup_img .images .icon:hover {
  background: var(--color-active);
}
.popup_img .images .icon:hover i {
  transform: rotate(360deg);
}
.popup_img .images .icon:hover i::after {
  background: #FFF;
}
.popup_img .images .icon:hover i::before {
  background: #FFF;
}
.popup_img.active {
  opacity: 1;
  visibility: visible;
}



















.index-hot-courier-page .list .item .item-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}












